home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group99a.txt / 000008_icon-group-sender _Tue Jan 26 08:08:57 1999.msg < prev    next >
Internet Message Format  |  2000-09-20  |  2KB

  1. Return-Path: <icon-group-sender>
  2. Received: (from root@localhost)
  3.     by baskerville.CS.Arizona.EDU (8.9.1a/8.9.1) id IAA19953
  4.     for icon-group-addresses; Tue, 26 Jan 1999 08:06:21 -0700 (MST)
  5. Message-Id: <199901261506.IAA19953@baskerville.CS.Arizona.EDU>
  6. Date: Mon, 25 Jan 1999 21:23:22 -0800
  7. From: Jim Mehl <mehl@ihot.com>
  8. X-Accept-Language: en
  9. To: icon-group@optima.CS.Arizona.EDU
  10. Subject: Re: qei questions
  11. Errors-To: icon-group-errors@optima.CS.Arizona.EDU
  12. Status: RO
  13.  
  14.   It sounds like Dianna is having the same problem I was having a 
  15. couple of weeks ago. Thanks to help from Steve Wampler, I was able 
  16. to sort it out.
  17.   Dianna didn't say, but I assume she is using the Windows version 
  18. of Icon.
  19.   The problem is that qei (like a lot of other programs in the Icon
  20. library) makes a call to system("icont ...) to invoke the Icon 
  21. compiler to evaluate expressions. Unfortunately with the Windows 
  22. version, the Icon compiler is named wicont (for the windowing 
  23. version) or nticont (for the command line version).
  24.   The way I solved this was to make a copy of the nticont.exe 
  25. compiler named icont.exe. From a Windows DOS command line issue
  26.      copy nticont.exe icont.exe
  27.      patchstr icont.exe icont.exe
  28. Patchstr comes with Windows Icon and is described under 
  29. Windows Icon Help -> Known Bugs and Limitations.
  30. It is also necessary to compile qei.icn with either nticont or the 
  31. icont you just created. What you get is a command line only version 
  32. of qei, but it's better than nothing.
  33.   It might be helpful if the documentation for Windows Icon mentioned 
  34. the fact that the library includes all sorts of calls to icont, but 
  35. that no icont.exe is included.
  36.  
  37. Jim Mehl
  38. Los Gatos, CA
  39. mehl@ihot.com
  40.  
  41.